Interactive Quiz App 1.0.0
https://interactivequizapp.com

WHAT THIS IS
  A quiz builder and live-tutoring whiteboard. It runs entirely in your
  browser. There is no installer to run and nothing to sign up for.

HOW TO OPEN IT
  Unzip this folder anywhere, then double-click index.html.
  That's it. It works offline and from a USB stick.

IF YOU WANT LOCAL ACCOUNTS OR THE AI FEATURES
  Those need a real web address rather than a file on disk, because
  browsers only allow the cryptography and network calls they use on
  what they call a secure origin. Opening index.html directly is not
  one; http://127.0.0.1 is.

  If you have Python installed, from inside this folder run:
      python -m http.server 8777 --bind 127.0.0.1
  then open http://127.0.0.1:8777 in your browser.

  Everything else -- quizzes, the whiteboard, import and export,
  printing -- works fine opened straight off disk.

WHERE YOUR DATA GOES
  Onto your own device, in your browser's storage. Nothing here
  uploads anything unless you sign in to an account and ask it to.

IS IT FREE
  Yes. Share it with whoever you like.

LICENCE
  See LICENSE (the software) and LICENSE-CONTENT (the example
  question packs). They are not the same terms.
